home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / rcntx325.zip / TRANSFER.EXE / LOAD.BAT < prev    next >
DOS Batch File  |  1993-12-18  |  2KB  |  43 lines

  1. echo off
  2. echo                                    RACONTEX
  3. echo                          RAPID CONTEXTUAL SEARCH SYSTEM 
  4. echo                Copyright (c) Edward Guy P.Eng CDP 1987/8/9/90/1/2/3
  5. if %0 == load GoTo gotpath
  6. if %0 == LOAD GoTo gotpath
  7. if exist indbat.exe GoTo gotpath
  8. echo  
  9. echo To execute from this drive or directory you need to set your path to
  10. echo include it, or execute the following DOS command
  11. echo  
  12. echo             APPEND drive:\path /X:ON /PATH:ON 
  13. echo  
  14. echo where drive:\path is the drive and path where the files are stored.
  15. echo (it is the piece before \load in "%0"). 
  16. echo Then use the LOAD command without typing the path.
  17. echo On completion you may cancel the append with "APPEND ;" (don't forget the
  18. echo semicolon).
  19. echo  
  20. echo If the program files are on read-only media (e.g. CD ROM) and you wish to
  21. echo use your own  files  for  STOPWORD  (the list of words not to be indexed)
  22. echo or DELIMIT  (the characters to be considered delimiters between words) or
  23. echo if you have registered  and  have  received a new LICENCE.PGF file, these
  24. echo files should be installed in the current  directory (the one in which you
  25. echo are creating your  database).  They will  be used instead of the standard
  26. echo ones on the read-only media.
  27. GoTo Quit
  28. :GotPath
  29.  
  30. if not exist outfile.dct goto continue
  31. echo OUTFILE exists new file will be merged with it.
  32. echo should you not want this, please press [ctrl][C]
  33. echo to terminate, and delete or rename the old OUTFILE.*
  34. attrib -r outfile.*
  35. pause 
  36. :continue
  37. breakit %1
  38. index1
  39. :quit 
  40. 
  41.  
  42.  
  43.